home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / puppy_red.swf / scripts / frame_14 / PlaceObject2_368_320 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-11  |  171b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    dot10 = Math.floor(_parent.anglepin / 10);
  3.    dot1 = _parent.anglepin % 10;
  4.    n1.gotoAndStop(dot1 + 1);
  5.    n2.gotoAndStop(dot10 + 1);
  6. }
  7.